Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in traits

In Scala, can you make an instance with variable refering to other class or trait?

Check if class member is static

templates d traits

How are string io::Errors created

error-handling rust std traits

Conditional trait bounds possible?

rust traits

How do I store different types that implement the same trait in a vector and call common functions on them?

polymorphism rust traits

Is it possible to declare an associated type that will represent a trait?

How would I do a template (like in C++) for setting shader uniforms in Rust?

rust traits

How to implement a trait for different mutabilities of self

rust traits

What is this: `impl<T> Trait for T {}`?

rust traits

How to define a trait method to get a value that can be a type set by its implementors?

rust traits

What concrete datatype is created when I use the Seq[T] constructor?

scala collections traits seq

Using Option<T> as associated type in trait that returns reference to it

rust traits

Can I implement a trait which adds information to an external type in Rust?

rust traits

Serializing case class with trait mixin using json4s

How do I write a custom `IntoIterator` implementation that simply reverses the iteration?

rust iterator traits

Implementing constructor function in rust trait

What is the favored alternative to subtyping that library writers choose, and why?

scala: reuse subclass implementation as a subclass of two different classes?

scala class-design traits