Trait duster::renderer::Castable[][src]

pub trait Castable {
    fn cast_to_type<'a>(&'a self, target: &str) -> Option<IceResult<'a>>;
}

Required methods

fn cast_to_type<'a>(&'a self, target: &str) -> Option<IceResult<'a>>[src]

Loading content...

Implementations on Foreign Types

impl Castable for Value[src]

Loading content...

Implementors

impl Castable for OwnedLiteral[src]

Loading content...