Trait float::Cast
[−]
[src]
pub trait Cast<T> { fn cast(self) -> T; }
Casts into another type.
Required Methods
fn cast(self) -> T
Casts into other type.
pub trait Cast<T> { fn cast(self) -> T; }
Casts into another type.
fn cast(self) -> T
Casts into other type.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).