sea-schema 0.16.2

🌿 SQL schema definition and discovery
Documentation
1
2
3
4
5
pub trait Name {
    fn from_str(string: &str) -> Option<Self>
    where
        Self: Sized;
}