Trait librsnek::runtime::traits::FloatProvider
[−]
[src]
pub trait FloatProvider<T> {
fn float(&self, value: T) -> RtObject;
}