castle_types 0.20.2

all Castle types for Castle_Api
Documentation
1
2
3
4

pub trait ConvertFrom<T> {
    fn from(value: T) -> Self;
}